<script async src="https://docs.opencv.org/master/opencv.js" type="text/javascript"></script>
// typejs cdn
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
//typejs initailize
var typed = new Typed('.animated-text', {
strings: ['Customer satisfaction.', 'Creative ides.', 'Business needs.'],
typeSpeed: 60,
backSpeed:60,
loop: true,
loopCount: Infinity,
startDelay:500,
});